const regexp.startSize
9 uses
regexp (current package)
regexp.go#L1071: const startSize = 10 // The size at which to start a slice in the 'All' routines.
regexp.go#L1084: result = make([][]byte, 0, startSize)
regexp.go#L1102: result = make([][]int, 0, startSize)
regexp.go#L1120: result = make([]string, 0, startSize)
regexp.go#L1138: result = make([][]int, 0, startSize)
regexp.go#L1156: result = make([][][]byte, 0, startSize)
regexp.go#L1180: result = make([][]int, 0, startSize)
regexp.go#L1198: result = make([][]string, 0, startSize)
regexp.go#L1223: result = make([][]int, 0, startSize)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |